Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

113
Views
Vuex - function in "watch" not firing if "null" is committed in store action

i am having a problem trying to update some template properties if a Vuex store value changes

when i'm setting the value to undefined inside my store action (for example commit('SET_SELECTED_TICKET_ATTACHMENTS', undefined);), everything seems to work fine.

When setting the value to null however (commit('SET_SELECTED_TICKET_ATTACHMENTS', null);, my watch function will not fire.

The watch function in question looks like this:

selectedTicketAttachments () {
  this.isTicketAttachmentLoading = false;
}

The mutation looks like this

SET_SELECTED_TICKET_ATTACHMENTS(state, selectedTicketAttachments){
  state.selectedTicketAttachments = selectedTicketAttachments;
},

Any help would me much appreciated!

about 4 years ago · Santiago Gelvez
1 answers
Answer question

0

as EstusFlask has already mentioned, the commit will not be executed if the state will not be changed. My problem was that, under certain conditions, null will already have been commited at a time at which the execution of my watch handler would have gone unnoticed.

about 4 years ago · Santiago Gelvez Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!